home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / kh_gdi.zip / GENERAL / STRDUP.H < prev   
C/C++ Source or Header  |  1996-05-30  |  106b  |  6 lines

  1. #ifndef __STR_DUP_H_
  2. #define __STR_DUP_H_
  3.  
  4. char* _export str_dup(const char* s);
  5.  
  6. #endif __STR_DUP_H_